go/types.typeParamsById.Swap (method, view implemented interface methods)

one use

	go/types (current package)
		unify.go#L182: func (s typeParamsById) Swap(i, j int)      { s[i], s[j] = s[j], s[i] }